home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / dosguide.exe / HELPDOS.ZIP / KEY-OVER.HLP < prev    next >
Text File  |  1985-09-03  |  2KB  |  52 lines

  1.                       Overview of Special Keyboard Keys
  2.  
  3.  
  4. There are two categories of special keyboard keys that have special meaning to
  5. DOS: "DOS Editing Keys" and "Control-Function Keys."
  6.  
  7.  
  8.        DOS EDITING KEYS:  BACKSPACE  DEL  ESC  F1  F2  F3  F4  F5  INS
  9.  
  10. These keys allow you to edit a command before submitting it to DOS for
  11. execution.  When you type a command and press the RETURN key, DOS will execute
  12. the command and store a copy of the command in memory.  The stored copy of the
  13. command is called the "retained line."  The command you are typing is called the
  14. "current line."  The editing keys allow you to make changes to the current line.
  15. They also allow you to copy all or part of the retained line into the current
  16. line.  This is a time-saving feature that is useful when you have made a mistake
  17. in a DOS command, or when you need to re-issue the previous command.
  18.  
  19.  
  20.        "CONTROL-FUNCTION" KEYS:  CTRL  RETURN  BREAK  NUM LOCK  PRTSC
  21.  
  22. These keys are used to perform special DOS functions.  Many of these functions
  23. are initiated by the combination of two keys, usually the CTRL key plus another
  24. key.  When the CTRL key is used with another key, the function initiated gets
  25. immediate attention.  For example, the CTRL key plus the BREAK key terminates
  26. the command that is currently being processed.  With these keys, you can perform
  27. such operations as "print the screen,"  "printer echo,"  "halt processing" of
  28. the current process, and more.
  29.  
  30.  
  31.  
  32. Note:  If you are using an IBM PC compatible computer, the special keyboard keys
  33. may be different for your computer.  The table below lists the differences
  34. between the special keyboard keys on the IBM PC, the TANDY 1000 and the
  35. IBM PCjr.
  36.  
  37. IBM PC          Tandy 1000    IBM PCjr
  38. ------------    -----------   ---------
  39. F1                            Fn-1
  40. F2                            Fn-2
  41. F3                            Fn-3
  42. F4                            Fn-4
  43. F5                            Fn-5
  44. Home                          Fn-Home
  45. End                           Fn-End
  46. PgUp                          Fn-PgUp
  47. PgDn                          Fn-PgDn
  48. Ctrl-NumLock    Hold          Fn-Pause
  49. Ctrl-PrtSc      Print         Fn-Echo
  50. Ctrl-Break      Break         Fn-Break
  51. Shift-PrtSc     Shift-Print   Fn-PrtSc
  52.